home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text1182.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  750 b   |  27 lines

  1. I'm looking for a mapping from gopher paths to URL's and in particular
  2. wonder how xMosaic, and in general WWW handles it, at first I thought
  3. it could be done by simplistically going  
  4.  
  5.     gopher://<site>:<port>/<path>
  6.  
  7. but although this works to retrieve files and menus, it fails for the
  8. type 7 query, this takes two forms - either with or without a search
  9. term. 
  10.  
  11. I believe it was proposed that with a search term it should read 
  12.  
  13.     gopher://<site>:<port>/<path>?<searchterm>
  14.  
  15. but then what does a term without a query look like. 
  16.  
  17.     gopher://<site>:<port>/<path>
  18.  
  19. wont work because there is no way for a client to know that it needs to
  20. prompt the user for a search term, or does WWW always obtain a type from
  21. somewhere other than the URL?
  22.  
  23. - Mitra
  24.  
  25.  
  26.  
  27.